Skip to content

Build wrapper library at package load time#57

Draft
fingolfin wants to merge 1 commit into
masterfrom
codex/runtime-wrapper-build
Draft

Build wrapper library at package load time#57
fingolfin wants to merge 1 commit into
masterfrom
codex/runtime-wrapper-build

Conversation

@fingolfin

Copy link
Copy Markdown
Member

Move the C++ wrapper build logic into a runtime setup module that caches binaries under deps/build-VERSION and rebuilds when source or dependency inputs change.

Co-authored-by: Codex codex@openai.com

Resolves #55


I have not yet reviewed this myself, so beware of possible AI slop in there.

Move the C++ wrapper build logic into a runtime setup module that
caches binaries under deps/build-VERSION and rebuilds when source
or dependency inputs change.

Co-authored-by: Codex <codex@openai.com>
@codecov

codecov Bot commented Jun 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.52%. Comparing base (9b20b19) to head (2085d03).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   96.52%   96.52%           
=======================================
  Files           1        1           
  Lines         115      115           
  Branches       63       63           
=======================================
  Hits          111      111           
  Misses          2        2           
  Partials        2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move away from deps/build.jl, instead automatically rebuild the code if needed when loading the package

1 participant